home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_85 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  154 b   |  10 lines

  1. on(release){
  2.    set("../:Game","Tower4");
  3.    set("../:TotalLevel","5");
  4.    tellTarget("../")
  5.    {
  6.       gotoAndStop("New");
  7.       play();
  8.    }
  9. }
  10.